iconhelper: Fix drawing of empty and paintable helpers
authorBenjamin Otte <otte@redhat.com>
Wed, 5 Sep 2018 04:33:12 +0000 (06:33 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 5 Sep 2018 04:34:32 +0000 (06:34 +0200)
commit89522e69234ea448a45ad4c5153576982c382cd0
tree054215e5f2ed6877ba0e1baab9d18b43830e7e2a
parent506a4ddad5aad8d0b229b75807d853d1c199531b
iconhelper: Fix drawing of empty and paintable helpers

Empty helpers did try to draw a NULL paintable (not good) and in the
non-null case code used the wrong width/height.
gtk/gtkiconhelper.c